"kdd" Windows debugger stub.
authorTim Deegan <Tim.Deegan@citrix.com>
Tue, 26 Oct 2010 10:56:31 +0000 (11:56 +0100)
committerTim Deegan <Tim.Deegan@citrix.com>
Tue, 26 Oct 2010 10:56:31 +0000 (11:56 +0100)
commit5717f513696c4d926327df2af2ccdbfc80adbc29
treeb381606398b1507019961ffd465f246f0e8790bd
parent7f18fb47e5a86772b274fe4811b99f7cf600371b
"kdd" Windows debugger stub.

kdd runs in dom0, attaches to a domain and speaks the Windows kd serial
protocol over a TCP connection (which should go to kd or windbg, e.g.
by having another VM with its virtual COM1 set up as a TCP listener).

It doesn't do breakpoints &c yet, and windbg can get quite confused
since the kernel debugger's not actually running, but it's good enough
to extract backtraces from wedged VMs.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
.hgignore
MAINTAINERS
tools/Makefile
tools/debugger/kdd/Makefile [new file with mode: 0644]
tools/debugger/kdd/kdd-xen.c [new file with mode: 0644]
tools/debugger/kdd/kdd.c [new file with mode: 0644]
tools/debugger/kdd/kdd.h [new file with mode: 0644]